-
Notifications
You must be signed in to change notification settings - Fork 1
fix: claim url update #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughClaim URL construction in Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor CLI as CLI
participant Worker as CLAIM_DB_WORKER
rect rgba(0,128,128,0.06)
note over CLI: Build claimUrl = CLAIM_DB_WORKER_URL + "/claim" + query params
end
CLI->>Worker: GET /claim?projectID=...&utm_source=...&utm_medium=cli
alt success
Worker-->>CLI: 200 OK + response
else error
Worker-->>CLI: error response (handled as before)
end
Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: ASSERTIVE Plan: Pro 💡 Knowledge Base configuration:
You can enable these sources in your CodeRabbit configuration. 📒 Files selected for processing (3)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
🔇 Additional comments (3)
✨ Finishing Touches🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
✅ Preview CLIs & Workers are live! Test the CLIs locally under tag npx create-db@pr53
npx create-pg@pr53
npx create-postgres@$pr53 Worker URLs
|
Deploying with
|
Status | Name | Latest Commit | Preview URL | Updated (UTC) |
---|---|---|---|---|
✅ Deployment successful! View logs |
claim-db-worker | 116b0cb | Commit Preview URL Branch Preview URL |
Sep 03 2025, 11:22 PM |
✅ Preview CLIs & Workers are live! Test the CLIs locally under tag npx create-db@pr53
npx create-pg@pr53
npx create-postgres@$pr53 Worker URLs
|
Summary by CodeRabbit
Bug Fixes
Chores